home *** CD-ROM | disk | FTP | other *** search
/ Play Windows 1995 October / CD [playwin].bin / mac / demo / 00165.ls < prev    next >
Encoding:
Text File  |  1995-08-11  |  111 b   |  8 lines

  1. on mouseUp
  2.   sound playFile 1, "click"
  3.   repeat while soundBusy(1)
  4.     nothing()
  5.   end repeat
  6.   go("quit")
  7. end
  8.